home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / wsanet8a / wsanet / src / about.dlg next >
Encoding:
Text File  |  1995-12-22  |  693 b   |  15 lines

  1.  
  2. AboutDlg DIALOG 60, 39, 198, 107
  3. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  4. CAPTION "About WSANET.VBX"
  5. FONT 8, "MS Sans Serif"
  6. BEGIN
  7.     CTEXT           "Windows Sockets Network VBX v1.08alpha",  101, 8, 6, 179, 10
  8.     CTEXT           "Author: Ian C. Blenke", 102, 5, 18, 190, 9
  9.     CTEXT           "VB suggestions: George Michael Carr", 103, 6, 28, 182, 8
  10.     CTEXT           WSANET_VERSION_DATE, 104, 7, 41, 188, 8
  11.     LTEXT           "This Visual Basic v1.0+ compatible control requires Windows Sockets v1.1 to run. Read WSANET.HLP for more information.",
  12.                     105, 7, 52, 183, 29
  13.     PUSHBUTTON      "&Ok", IDOK, 72, 87, 40, 14
  14. END
  15.